home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / xnot12a.zip / ICONIFY.H < prev    next >
Text File  |  1993-05-20  |  857b  |  25 lines

  1. /*  :ts=8 bk=0
  2.  *
  3.  * iconify.h:    Should be used by all programs intending to use iconify.c.
  4.  *
  5.  * Copyright 1987 by Leo L. Schwab.
  6.  * Permission is hereby granted for use in any and all programs, both
  7.  * Public Domain and commercial in nature, provided this Copyright notice
  8.  * is left intact.  Purveyors of programs, at their option, may wish observe
  9.  * the following conditions (in the spirit of hackerdom):
  10.  *    1: You send me a free, registered copy of the program that uses the
  11.  *       iconify feature,
  12.  *    2: If you're feeling really nice, a mention in the program's
  13.  *       documentation of my name would be neat.
  14.  *
  15.  *                     8712.10        (415) 456-3960
  16.  */
  17.  
  18. #define    ICON_IMAGE    0
  19. #define    ICON_BORDER    1
  20. #define    ICON_FUNCTION    2
  21.  
  22. /*  Suggested icon size for a standard (640 x 200) WorkBench screen.  */
  23. #define    ICONWIDTH    ((UWORD) 50)
  24. #define    ICONHEIGHT    ((UWORD) 25)
  25.